home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Productivity / Yojimbo 1.1 (trial).dmg / Yojimbo.app / Contents / Resources / English.lproj / OGMainWindow.toolbar < prev    next >
Extensible Markup Language  |  2006-02-28  |  4KB  |  162 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AllowedItemIdentifiers</key>
  6.     <array>
  7.         <string>OGNewPopUp</string>
  8.         <string>OGNewNote</string>
  9.         <string>OGNewWebBookmark</string>
  10.         <string>OGNewPassword</string>
  11.         <string>OGNewSerialNumber</string>
  12.         <string>OGNewWebArchive</string>
  13.         <string>OGNewGroup</string>
  14.         <string>OGDelete</string>
  15.         <string>OGMarkAsFlagged</string>
  16.         <string>OGLabelPopUp</string>
  17.         <string>OGToggleInspector</string>
  18.         <string>NSToolbarPrintItem</string>
  19.         <string>OGMainWindowSearchField</string>
  20.         <string>NSToolbarSeparatorItem</string>
  21.         <string>NSToolbarSpaceItem</string>
  22.         <string>NSToolbarFlexibleSpaceItem</string>
  23.         <string>NSToolbarCustomizeToolbarItem</string>
  24.     </array>
  25.     <key>AllowsUserCustomization</key>
  26.     <true/>
  27.     <key>AutoSavesConfig</key>
  28.     <true/>
  29.     <key>DefaultItemIdentifiers</key>
  30.     <array>
  31.         <string>OGNewPopUp</string>
  32.         <string>NSToolbarSeparatorItem</string>
  33.         <string>OGToggleInspector</string>
  34.         <string>OGMarkAsFlagged</string>
  35.         <string>OGLabelPopUp</string>
  36.         <string>NSToolbarSeparatorItem</string>
  37.         <string>OGDelete</string>
  38.         <string>NSToolbarFlexibleSpaceItem</string>
  39.         <string>OGMainWindowSearchField</string>
  40.     </array>
  41.     <key>ToolbarIdentifier</key>
  42.     <string>OGMainWindow</string>
  43.     <key>ToolbarItems</key>
  44.     <dict>
  45.         <key>OGDelete</key>
  46.         <dict>
  47.             <key>Action</key>
  48.             <string>deleteSelectedItems:</string>
  49.             <key>Image</key>
  50.             <string>Delete</string>
  51.             <key>Label</key>
  52.             <string>Delete</string>
  53.         </dict>
  54.         <key>OGLabelPopUp</key>
  55.         <dict>
  56.             <key>Image</key>
  57.             <string>LabelIcon</string>
  58.             <key>Label</key>
  59.             <string>Label</string>
  60.             <key>ToolbarItemClassname</key>
  61.             <string>OGPopUpToolbarItem</string>
  62.         </dict>
  63.         <key>OGMainWindowSearchField</key>
  64.         <dict>
  65.             <key>CustomView</key>
  66.             <string>toolbarSearchField</string>
  67.             <key>Label</key>
  68.             <string>Search</string>
  69.             <key>MaximumSize</key>
  70.             <string>{300, 22}</string>
  71.             <key>MinimumSize</key>
  72.             <string>{100, 22}</string>
  73.         </dict>
  74.         <key>OGMarkAsFlagged</key>
  75.         <dict>
  76.             <key>Action</key>
  77.             <string>markAsFlagged:</string>
  78.             <key>Image</key>
  79.             <string>MarkAsFlagged</string>
  80.             <key>Label</key>
  81.             <string>Flag</string>
  82.         </dict>
  83.         <key>OGNewGroup</key>
  84.         <dict>
  85.             <key>Action</key>
  86.             <string>addGroup:</string>
  87.             <key>Image</key>
  88.             <string>NewGroup</string>
  89.             <key>Label</key>
  90.             <string>New Collection</string>
  91.         </dict>
  92.         <key>OGNewNote</key>
  93.         <dict>
  94.             <key>Action</key>
  95.             <string>addNote:</string>
  96.             <key>Image</key>
  97.             <string>NewNote</string>
  98.             <key>Label</key>
  99.             <string>New Note</string>
  100.         </dict>
  101.         <key>OGNewPassword</key>
  102.         <dict>
  103.             <key>Action</key>
  104.             <string>addPassword:</string>
  105.             <key>Image</key>
  106.             <string>NewPassword</string>
  107.             <key>Label</key>
  108.             <string>New Password</string>
  109.         </dict>
  110.         <key>OGNewPopUp</key>
  111.         <dict>
  112.             <key>Action</key>
  113.             <string>noop:</string>
  114.             <key>Image</key>
  115.             <string>NewPopup</string>
  116.             <key>Label</key>
  117.             <string>New</string>
  118.             <key>PopUpMenu</key>
  119.             <string>newItemPopUpMenu</string>
  120.             <key>ToolbarItemClassname</key>
  121.             <string>OGPopUpToolbarItem</string>
  122.         </dict>
  123.         <key>OGNewSerialNumber</key>
  124.         <dict>
  125.             <key>Action</key>
  126.             <string>addSerialNumber:</string>
  127.             <key>Image</key>
  128.             <string>NewSerialNumber</string>
  129.             <key>Label</key>
  130.             <string>New Serial Number</string>
  131.         </dict>
  132.         <key>OGNewWebArchive</key>
  133.         <dict>
  134.             <key>Action</key>
  135.             <string>addWebArchive:</string>
  136.             <key>Image</key>
  137.             <string>NewWebArchive</string>
  138.             <key>Label</key>
  139.             <string>New Web Archive</string>
  140.         </dict>
  141.         <key>OGNewWebBookmark</key>
  142.         <dict>
  143.             <key>Action</key>
  144.             <string>addWebBookmark:</string>
  145.             <key>Image</key>
  146.             <string>NewBookmark</string>
  147.             <key>Label</key>
  148.             <string>New Bookmark</string>
  149.         </dict>
  150.         <key>OGToggleInspector</key>
  151.         <dict>
  152.             <key>Action</key>
  153.             <string>toggleInspectorPanelShown:</string>
  154.             <key>Image</key>
  155.             <string>GetInfo</string>
  156.             <key>Label</key>
  157.             <string>Inspect</string>
  158.         </dict>
  159.     </dict>
  160. </dict>
  161. </plist>
  162.